projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
869f478
)
(set-match-data): New alias.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 28 Mar 1994 02:21:28 +0000
(
02:21
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 28 Mar 1994 02:21:28 +0000
(
02:21
+0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 368bf55cb6c224219d1a3bc1091eac05ed4edba5..5a08278241fdf24104ad4a6399b6ac5412d91e20 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-469,6
+469,7
@@
Please convert your programs to use the variable `baud-rate' directly."
(defalias 'search-forward-regexp (symbol-function 're-search-forward))
(defalias 'search-backward-regexp (symbol-function 're-search-backward))
(defalias 'int-to-string 'number-to-string)
+(defalias 'set-match-data 'store-match-data)
;;; Should this be an obsolete name? If you decide it should, you get
;;; to go through all the sources and change them.